home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / THEXREPORTDIALOG / THEXREPORTDIALOG.txt
Text File  |  2008-11-03  |  1KB  |  57 lines

  1. inherited HexReportDialog: THexReportDialog
  2.   Caption = 'Hex Compare Report'
  3.   PixelsPerInch = 96
  4.   TextHeight = 13
  5.   inherited LayoutLB: TUiListBox
  6.     Items.WideStrings = (
  7.       'Side-by-side'
  8.       'Summary')
  9.   end
  10.   inherited ReportGroupBox: TUiGroupBox
  11.     object DisplayFilterPanel: TUiPanel
  12.       Left = 2
  13.       Top = 15
  14.       Width = 381
  15.       Height = 58
  16.       Align = alTop
  17.       BevelOuter = bvNone
  18.       TabOrder = 0
  19.       object DisplayFilterEdit: TUiComboBox
  20.         Left = 6
  21.         Top = 8
  22.         Width = 209
  23.         Height = 21
  24.         Style = csDropDownList
  25.         ItemHeight = 13
  26.         TabOrder = 0
  27.         OnChange = SomethingChangedClick
  28.       end
  29.     end
  30.     object LayoutPageControl: TUiPageControl
  31.       Left = 2
  32.       Top = 73
  33.       Width = 381
  34.       Height = 54
  35.       ActivePage = tsSideBySide
  36.       Align = alClient
  37.       Style = tsFlatButtons
  38.       TabOrder = 1
  39.       TabStop = False
  40.       object tsSideBySide: TUiTabSheet
  41.         TabVisible = False
  42.         object IncludeNumsEdit: TUiCheckBox
  43.           Left = 2
  44.           Top = 0
  45.           Height = 17
  46.           Caption = 'Include byte addresses'
  47.           TabOrder = 0
  48.           OnClick = SomethingChangedClick
  49.         end
  50.       end
  51.       object tsNone: TUiTabSheet
  52.         TabVisible = False
  53.       end
  54.     end
  55.   end
  56. end
  57.